You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Johan 'Spocke' Sörlin <sp...@paregos.se> on 2000/11/07 10:09:17 UTC

Making calls to M$ SOAP services??

Hi!

I'm trying to make RPC's to a M$ soap service, what am I doing wrong??
When I connect to Apache implemented SOAP Services thay work fine, has
M$ a own SOAP standard, has anyone done this??

----------------- The response error -------------------
[SOAPException: faultCode=SOAP-ENV:Client; msg=The
'http://www.w3.org/1999/XMLSchema-instance:type' attribute must be specified
for every parameter.; targetException=java.lang.IllegalArgumentException:
The 'http://www.w3.org/1999/XMLSchema-instance:type' attribute must be
specified for every parameter.]
 at org.apache.soap.rpc.Call.invoke(Call.java:181)
 at TestApp.stockTest(TestApp.java:190)
 at TestApp.main(TestApp.java:301)