Rank: Administration
Groups: Administration
Joined: 10/8/2008(UTC) Posts: 190  Was thanked: 1 time(s) in 1 post(s)
|
Hi, I'm trying to make a webservice for making a connection with King, There is still one problem left and I can't figure out why it's going wrong. De Result param should be Called "Result" But now its SoapMethodName + Result Quote:<wsdl:message name="AuthenticateSoapOut"> <wsdl:part name="AuthenticateResult" type="s:string"/> </wsdl:message> I try'd to set the ResponseElementName in SoapRpcMethod to overrule this name with "Result" but for somehow this doesn't work. Does someone have any clue about what I'm doing wrong? Thank you in advance
|
|
|
|
Rank: Administration
Groups: Administration
Joined: 10/8/2008(UTC) Posts: 190  Was thanked: 1 time(s) in 1 post(s)
|
found it: Code: <WebMethod()> _
<SoapRpcMethod("http://tempuri.org/action/Application.Authenticate", Use:=System.Web.Services.Description.SoapBindingUse.Encoded, RequestNameSpace:="http://tempuri.org/message/", ResponseNamespace:="http://tempuri.org/message/")> _
Public Function Authenticate(ByVal tcXML As String) As <System.Xml.Serialization.SoapElementAttribute("Result")> String
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Sienn Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close