I have added the faultcode to cater for version differences but still getting the same error message. im using the following as my url for the msg: to "http://www.pascalbotte.be/rcx-ws/rcx"; <?xml version="1.0" ?> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> env:Header env:Upgrade <env:SupportedEnvelope qname="ns1:Envelope" xmlns:ns1="http://www.w3.org/2003/05/soap-envelope"/> </env:Upgrade> </env:Header> env:Body env:Fault <faultcode>env:VersionMismatch</faultcode> <faultstring>Version Mismatch</faultstring> </env:Fault> </env:Body> </env:Envelope>
omlac
Posts
-
SOAP Error on Sending with SAAJ0537 -
SOAP Error on Sending with SAAJ0537Thanks very much for your response, here is the soap request im sending <SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> SOAP-ENV:Header/SOAP-ENV:Body <ans1:readLS xmlns:ans1="http://phonedirlux.homeip.net/types"> <String_1 xsi:type="xsd:string">your message or e-mail</String_1> </ans1:readLS> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
-
SOAP Error on Sending with SAAJ0537Hi everyone im getting the following error message when i try to send a SOAP request. does anyone know how to fix it. im using SAAJ0537. java.security.PrivilegedActionException: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Invalid Content-Type:text/html. Is this an error message instead of a SOAP response?
-
ocx control tabctl32 on a windows 7hi all, im trying to register a ocx control tabctl32 on a windows 7 machines to run vb6. if i run this command regsvr32 command, it finishes succesfully but if i go on a tab its still returnig the error message that the control is missing. im running as an administrator. is there anything else i must do. Regards
-
add a code to button on click/submitHi all i would like to write an on click/submit event on a button and im doing it like this <form name="form1" action="" method="post"> <input type="button" name="mybutton" onclick="<?php print "my Test"; ?>"; form1.submit()"> </form> i know onclick is a javascript function,does anyone know what's the equivalent in PHP. Regards
-
php website setupi dont know why it is so difficult to install this PHP or im dumb I have been trying to setup/install php on an XP pc with IIS but without success. here are a few questions i have; on webserver set which IIS should i choose(there is IIS ASApi Module, IIS Fast CGI and IIS CGI) and in IIS what should i specify as my local path under homedirectory tab. or if someone has got all the steps i need to do this that will be greetly appreciated
-
php website setupthanks on installing php which iis should i use, there are two of them appearing regards
-
php website setupthanks fro the reply i still cant run the app after installing php on iss. the sites are working fine in dreamweaver but on f12 or http://localhost/mytest/index.php the pages keeps opening in dreamweaver. but http://localhost/mytest/index.asp ie an asp page works fine even from dreamweaver Regards
-
php website setupi still cant run the app after installing php on iss. the sites are working fine in dreamweaver but on f12 or http://localhost/mytest/index.php the pages keeps opening in dreamweaver. but http://localhost/mytest/index.asp ie an asp page works fine even from dreamweaver Regards
-
php website setupwell i have got a folder of php files which was used to build a website, how can i run this application on my machine. like running in debug mode using .net framework. everytime i try to run this app it request for athe dreamweaver sites but php doesnt run in dreamweaver. by running i mean opening a php page eg index.php in dreamweaver and the F12 in dreamweaver. is this how im supposed to do it.
-
php website setuphi all i have got php files(which make up a website) and i have been asked to help correct some errors on the site, i need to setup the website, i have got dreamweaver on my machine to edit the php files, i havent used PHP before(just helping a friend), how do i go abt setting a site using these files Thanks
-
Opening new window using clientscript.registerstartupscript() on clickin linkbuttonthis works for server side c#; string Script = "Search = window.open('" + "frmSearchAccounts.aspx" + "', 'Search', " + "'location=0,status=0,scrollbars=0,width=685,height=510')" + ";mywindow.moveTo(320,150)"; ScriptManager.RegisterStartupScript(Page, Page.GetType(), "popup", Script, true);
-
double click on Gridhi I have a datagrid and in it i have put a textbox using the template items and i assign the value of the item ID to the textbox and its working fine, but i want to do a double click on a row and would like to return the value in the text box. I have added an attribute in the itemdatabound event as shown below. My problem is, if i double click my javascript alert function keeps returning the same value. Does anyone know what im doing wrong. protected void rdgAccounts_ItemDataBound1(object sender, DataGridItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item) { string text = ((System.Web.UI.WebControls.TextBox)e.Item.FindControl("txt")).Text; rdgAccounts.Attributes.Add("ondblclick", "return OpenGrid('" + text + "');"); } } function OpenGrid(txt2) { alert(txt2); }
-
Insert query and Cursor in same stored procedurehi, i think you need to create a transaction for insert and then commit, there after you retrieve and update. reagrds
modified on Thursday, January 22, 2009 5:49 AM
-
Reading html into a Sql Server ReportHi all How do i read html content into a sql server report. Or if possible may you please help me with links on where to do this. Thank you.
-
Reading html into a Sql Server Reportthank you.
-
Reading html into a Sql Server ReportHi all How do i read html content into a sql server report. Or if possible may you please help me with links on where to do this. Thank you.
-
visual studio thinks it resides in Europe, and we're actually in the USuse this: double dummyOut = new double(); System.Globalization.CultureInfo cultureInfo = new System.Globalization.CultureInfo("en-US", true); Double.TryParse(anyString, System.Globalization.NumberStyles.Any, cultureInfo.NumberFormat, out dummyOut); }
-
Files Not found error when running on web ApplicationThank you very much for your response. 1. There is no such folder on the server, but im getting the file from my machine(the one im running from). Would you know how im must write the path so that its read even if im not running in debug. 2.im using javascript to display error messages so thats why c:testtest.pgn- at first i was thinking running on the server removes the backslashes. Thank you very much.
-
Files Not found error when running on web ApplicationHi all im trying to write a file to a database(stored as image), my program works fine in debug mode, and my file name is c:\\Test\\Test.jpg(contained in tboPath.Text) When i run the application as an actual webpage from the server i get the error message "c:TestTest.jpg file name not found", even though the file is there. does anyone know whats causing this. SqlParameter imgLogo = new SqlParameter("@LogoImage", SqlDbType.Image); imgLogo.Direction = ParameterDirection.Input; if (tboPath.Text != "") { imgLogo.Value = File.ReadAllBytes(tboPath.Text); SqlCmd.Parameters.Add(imgLogo); CheckImageExist(strFileName); } Thank you