You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Manish Saha <Ma...@ivl.stpt.soft.net> on 2001/04/12 05:36:53 UTC

sending object as parameter

i can sent the message to the server that

looks some thing like this

<SOAP-ENV:Body>
<ns1:hello xmlns:ns1="helloworld"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap
.org/soap/encoding/">
<MyName xmlns:ns2="urn:xml-soap-MyName-demo" xsi:type="ns2:MyName">
<name xsi:type="xsd:string">manish</name>
</MyName>
</ns1:hello>

i am invoking the hello function with the MyName object parameter but the
server is
throwing a error


..................<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>HelloWorldService.hello(java.lang.String) -- no signature
match</faultstring>


when the hello function is having a object as parameter in hand how is it
looking for hello(string).

what is the factor that governs the function invocation parameter.


thanx

Manish SAHA

---------------------------------------------------------------------
To unsubscribe, e-mail: soap-user-unsubscribe@xml.apache.org
For additional commands, email: soap-user-help@xml.apache.org