RPC/Encoded: how to?

M

max

Hi there,

I'm having some trouble with a WS from Apache Axis:

I can't generate the proxy class by wsdl.exe.

It seems that wsdl.exe works fine only with Document/literal
Webservices, but in my case I have an RPC/Encoded one.

Is there a way to convert RPC/Encoded WS in Document/literal?

and in general how can I manage in DotNet all webservices RPC/Encoded
?

thanks in advance for help
 
B

bruce barker \(sqlwork.com\)

rpc/encode is for using XML-RPC which is an alternative to SOAP. .net does
not have builtin support for XML-RPC, you will have to pick up or write
your own library routines to call XML-RPC (which is pretty simple protocol).

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,792
Messages
2,569,639
Members
45,353
Latest member
RogerDoger

Latest Threads

Top