Questions tagged [wsdl2code]
38 questions
0
votes
1 answer
What are the minimum dependencies and plugin configuration I need to create a web service client using Axis2 and Maven from a WSDL file?
I'm trying to create a web service client using Axis2. I would like to use Maven 2 to generate the necessary classes from the WSDL I have but the documentation for the wsdl2code plugin isn't helping me. Does anyone have a working example of a…

jjujuma
- 22,055
- 12
- 44
- 46
0
votes
2 answers
How to use Axis2c to generate C files from WSDL file
I want to use a webservice in C code. I am trying to make a client. I need something to do what Axis2java does and generates the classes from a wsdl files.
I found that Axis2c makes (.c) files generated from wsdl file.
I downloaded it from here .…

Sarah Aziziyan
- 498
- 9
- 22
0
votes
1 answer
Andorid Async onPostExecute is not reached but after restart IIS7.5 is working fine
I google about few hours on this problem. But I cannot get the solution. Hence, hope anyone can give me some idea.
My problem is the async onPostExecute is not reached. However, whenever I restart my IIS 7.5 on my laptop. The async can work fine.…

sky91
- 3,060
- 2
- 19
- 26
0
votes
1 answer
How can i get service details from the port definition in a wsdl file?
Im using JAVA APIs(javax.wsdl.*) to parse my WSDL file.
My purpose is to edit the wsdl's service address to a custom location.
For that, i use JAVA APIs to parse my wsdl and access the service address location and want to edit it.
I'm able to get…

Ratha
- 9,434
- 17
- 85
- 163
0
votes
2 answers
Generate working Onvif code with wsdl2cpp
I generated the DeviceMgmt stub from cmd with
WSDL2CPP.bat -uri http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl -u -d adb -o OutputDirectory
The first time, I got an error like "No service was found" and I solved it by adding…

Straticiuc Vicu
- 102
- 3
- 12
0
votes
1 answer
WSDL-XSD to PL\SQL
Hers my problem:
we have a web service that we need to invoke from PL\SQL. I want a tool similar to this http://www.liquid-technologies.com/XmlDataBinding/Xml-Schema-To-VB.aspx, only for PL\SQL.
In java, you can pass the WSDL file and the API will…

Anas Dawood
- 101
- 2
- 8
0
votes
1 answer
Change in WSDL File to add Namespace in Generated C# Class
I use the .wsdl file and svcutil.exe to generate related .cs File,
The generated .cs File is like the following:
public partial class mytargettype {
[System.ServiceModel.MessageBodyMemberAttribute(Namespace = "", Order = 0)]
…

Saeid
- 13,224
- 32
- 107
- 173
-1
votes
0 answers
Can I remove the SOAPAction header from a request
I am using a WSDL file to pull data from an external source.
The data pull works from Postman.
If I add the header "SOAPAction" it fails with the message "The configured protocol is not SOAP, which has been requested."
The same error happens when I…

P D
- 19
- 4