larry03 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

Is there support to create WSDL stub code ? #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.I have standard WSDL which has different multiple XSD as well.
WSDL link: 
https://raw.githubusercontent.com/krasserm/ipf/master/commons/ihe/xds/src/main/r
esources/wsdl/iti41.wsdl
This is health standard transaction wsdl to send documents to counter server.
2.I need to create a soap request using above generated stub code from android 
client to send document to counter server.
3.If I do not have stub code; difficult to manage and write a required request 
to send documents.

What is the expected output? What do you see instead?
I am not able to start with the use case as of now due to non availability of 
STUB code at present.
Some example or snippet code which can guide to use this kind of WSDL with XSD 
and MTOM support.

What version of the product are you using? On what operating system?
Android 4.4

Please provide any additional information below.
Any help related to this use case will be highly appreciated.
Being a newbie in SOAP request area; any head start or direction will help me 
alot.

Thanks and regards, Raghav

Original issue reported on code.google.com by ragsharm...@gmail.com on 11 Feb 2015 at 10:36