Web Service Description Language (WSDL) is an XML based, human- and machine-readable language used to describe a web service. It describes the available web service methods, the message request and response structures, the possible faults, and the communication and security requirements. This tag ...
0
votes
0answers
81 views
Debug SOAP call in PHP: An exception has been raised as a result of client data
I am working with the UPS api and am having a difficult time debugging. I am getting the following stack trace:
Details
Type: SoapFault
Message: An exception has been raised as a result of client ...
-1
votes
1answer
46 views
WSDL to XML to FLEX Datagrid
OK, Bare with me here as this is some what new to me. I have a Webservice setup to reach out to my database and when called upon by a SWF, it returns an XML to populate a Datagrid. It is all working ...
0
votes
1answer
91 views
jaxb binding customization without having xsd
I've a wsdl (I dont have the .xsd file) and I want to generate the classes from it.
Using wsimport I get a tree of classes that is the standard mapping of the webservice schemas itself and of its ...
1
vote
0answers
48 views
getting soap type names with namespaces
<?php
$silverpop = new SoapClient('SoapApi.xml');
print_r($silverpop->__getTypes());
That returns the SOAP type names as defined by the WSDL but it's not returning them with the namespace ...
0
votes
0answers
27 views
What do I have to do that WSDL can communicate with BPEL?
I want to create a PartnerLink in JDeveloper. I have webservice (ASMX) with a WSDL and 3 XDS-files. The service works local fine. But now I want to test if he can communicate with BPEL.
The old ...
1
vote
1answer
170 views
wsimport: multiple wsdl overwrite ObjectFactory
I have multiple (let's say 2, A and B) webservices and I need to generate a client to use them togheter.
In Netbeans I use the wizard "new Web Service Client" passing the two wsdl, looking at the ...
0
votes
1answer
66 views
How to identify NAMESPACE, METHOD_NAME, URL and SOAP_ACTION from WSDL and SOAP message
I have some problem in parsing a SOAP web service. How can i identify the NAMESPACE, METHOD_NAME, URL and SOAP_ACTION from WSDL and also how can i handle using SoapObject.
I want to call the soap in ...
1
vote
0answers
89 views
Getting a Windows Client to Change its Web Service Endpoint Dynamically – Problems with a WSDL
This describes a problem I had and the solution found, which I did not see discussed elsewhere (except the Background material).
Background – What Should Work (but May Not)
Let’s assume a web ...
1
vote
1answer
60 views
Multiple web-service names pointing to the same implementation
Using @WebService annotation it is possible to publish a stateless EJB bean as a web-service. However, is there a way to publish several web-services all having the same implementing class without ...
0
votes
2answers
320 views
Apache CXF wsdl download via SSL/TLS
I have a cxf service running at
https://localhost:8443/services/MyService?wsdl
with client certificate required. The WSDL is not important here.
I am able to invoke the service when I remove the ...
1
vote
2answers
66 views
Is there any web service description language where services are described in JSON format, that has any traction at the moment?
I'm looking for a web service description language like WADL or WSDL, but I'd rather use JSON than XML, if there's a way to do so. On the other hand, it'd be useful if I can use a language that ...
1
vote
0answers
72 views
WSDL issues from Apache Tomcat to IIS7 C# web service and back to Apache Tomcat
I'm having some issues implimenting a vendors box within an existing environment. Their box is running Apache Tomcat and I'm running IIS7. When the WSDL file is passed from Apache to IIS, IIS responds ...
0
votes
0answers
74 views
SOAP Header update with xsd in java
My app is a client to a SOAP webservice via soap/jms and have been given a wsdl for same by provider.
WSDL essentially refers to 3 xsd and my soap request is suppose to look as below:
soap-env
...
0
votes
2answers
58 views
Converting Complex Component Interface to Standard Web Service [Java]
I have component that has complex interface with operations accepting non-primitive data or simple POJO.
What is the best practice (ways/methodologies) to convert this component interface to be ...
-1
votes
2answers
153 views
Get the response from SOAP WSDL URL using http post connection [closed]
Can any one give me the how to get the response from soap wsdl url using http post connection. i get the response as null in the stringEntity.
Thanks for the Help.
0
votes
2answers
235 views
Generating java code from wsdl using cxf gives code too large error
I have generated the code form wsdl to java using cxf 2.7.3 but when building the assembly I get "code too large" error. Indicating that one of the methods have exceeded java 64kb limit. I know ...
1
vote
1answer
240 views
Auto-generate web-service JAX-WS from WSDL
I have to create a web service equal to an existing one. The WSDL must be the same because they do not want to change the client. How can I do this?
Also, how I can do with JAX-WS with Maven?
0
votes
1answer
68 views
Typescript definitions for wsdl
I'm using asp:ScriptManager to call my webmethods from javascript.
Now I migrate to TypeScript and would like to have my WebMethods and DTO definitions be usable from TypeScript. I searched, but ...
0
votes
0answers
70 views
PHP5 SoapClient consumes WCF - But the returned object is empty with no errors
The goal: To consume a simple WCF4 service. The WCF takes 2 parameters, DateStart & DateEnd as yyyy-MM-dd.The returned result should contain objects with about 16 property values each.The WCF ...
0
votes
1answer
129 views
PHP SoapClient constructor very slow
I am new to Web Services. I am experiencing inexplicably random SoapClient constructor execution times. Usually the call takes about 10 seconds. Sometimes it takes less than one second, but this ...
0
votes
0answers
15 views
SoapUI mockservice schemalocation
When I create a mockservice in soapUI and request the wsdl, the schemalocation of the referenced xsds is always relative, how do I make them absolute?
0
votes
1answer
83 views
Amazon API SOAP code generation from WSDL, Intellij
I generated Java code from the Amazon WSDL found here in Intellij. It appeared to have worked great. However, as I followed the tutorial found on this page I encountered a problem. The last line of ...
0
votes
1answer
189 views
axis2 error creating java code from wsdl
i have to create a client for a given wsdl ...
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" ...
1
vote
0answers
103 views
java.util.Date property rendered as xs:string in xsd using JAX-WS (Apache CXF / Metro)
I generated some model classes based on a WSDL using apache cxf. I then added a jaxb bindingfile to convert all xs:dateTime and xs:date elements to java.util.date (instead of the default ...
0
votes
0answers
27 views
how to use kSOAP library to sync time in application on android
base on the tittle above.
How to use kSOAP library to sync the time of server to android application?
can someone give me and example based on my code below?
heres the given URL: ...
1
vote
1answer
59 views
Simple ScalaXB example causes NoSuchMethodError in Dispatch
I am new to Scala and I was trying out an example with ScalaXB.
I am using IntelliJ IDEA and the latest Scala version 2.10.1.
ScalaXB uses Dispatch so I added that (version 0.9.5) as a dependency to ...
0
votes
1answer
45 views
WCF showing the “You have created a service.” page instead of WSDL
I have a WCF service running inside an ASP.NET MVC 4 application. The site is running on IIS8 on Server 2012. Until recently, the WSDL pages loaded without any problems. This week, the WSDL no longer ...
0
votes
1answer
127 views
Spring-WS SOAP Service Design - One vs Multiple operations
I am publishing a SOAP webservice using Spring-WS and would like to know the approach for designing a WSDL.
If my service has to account for four operations (like start, update, suspend and restart ...
0
votes
3answers
181 views
How to create wsdl from xsd
I want to create a wsdl by using 3 xsd-files. How do you that?
I tried this in the command prompt:
wsdl.exe /language:cs /parameters: c:\myService\Contract\HeaderData.xsd ...
0
votes
0answers
124 views
Parsing a SOAP XML file with THTTPRIO and WSDL imported InvokeRegistry methods?
I have two C++ Builder applications each instanciating a DelphiInterface with this following "GetWS_Soap" :
__interface INTERFACE_UUID("{1E5B3820-A40E-FD40-326D-95A9F6B7A5F0}") WS_Soap : public ...
0
votes
0answers
133 views
Change name of WSDL Port Name (Service name) for Axis2 Web Service
I'm creating an Axis2 Web Service with Eclipse and the WSO2 Development Tools. I export the Web Service as an ".aar" file, and that install it in WSO2 Application Server.
The WSDL is automatically ...
0
votes
1answer
80 views
pear soap xml request
I am attempting to communicate with an API through PEAR SOAP
I am able to create a SOAP request with the following code, but it is not complete.
<?php
require_once 'SOAP/Client.php';
...
1
vote
1answer
44 views
Select all operations from a wsdl file using xpath
To autogenerate some documentation (and learn xpath) I am tring to get a list of all operations from a WSDL file.
What I have tried so far is:
doc = new XmlDocument();
...
0
votes
0answers
88 views
Authentication issue in sap wsdl service?
While adding the sap wsdl service to my .net solution as add reference it's asking authentication(username,password).I am giving proper credentials but asking 2-3 times after that the service is ...
0
votes
0answers
95 views
How to ignore duplicate xsd elements while generating proxy class wsdl scheme in .NET
I need to generate .NET (C#) proxy classes from wsdl scheme
http://hh.ru/services/VacancyService?wsdl
but I receive an error:
The global element ...
0
votes
0answers
34 views
isn't defined in the WSDL file
I give the following WSDL Request for Logging out..
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
1answer
76 views
JAX-WS port from WSDL
I have a JAX-WS imported WSDL client. When I try to connect to webservice endpoint, the JAX-WS client tries to load WSDL. Why that? I dont want to store the WSDL in my project, I dont want to load ...
0
votes
0answers
63 views
WSDL with multi port in same service
I want use a WSDL file who wrote.
With two porttypes
<wsdl:portType name="ContentDirectory">
<wsdl:operation name="GetSortCapabilities">
<wsdl:input ...
0
votes
0answers
71 views
Soap with nodejs in non-WSDL mode
I've got a SOAP server I need to connect to that doesn't have a WSDL and I'm using nodejs.
Are there any SOAP libraries for Node that support non-WSDL mode?
0
votes
0answers
40 views
Getting WSDL definition behind proxy - request stucks
I have a Tomcat installation of a Wsdl Request Generator which is behind proxy. When I want to get a definition it stucks at ctx.getDefinition.
My code:
protected void ...
1
vote
1answer
65 views
perl SOAP::Lite proxy authentification
I am trying to consume some SOAP Web Service from perl with SOAP::Lite.
my script looks like :
use SOAP::Lite;
my $url1 = http://myUsername:myPassword@myProxyServer:port;
my $url2 = https: ...
0
votes
0answers
84 views
Issues encountered when importing wsdl
I created a web service "patients", and hosted it on Axis to get the WSDL:
WSDL code
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:ns1="http://org.apache.axis2/xsd" ...
0
votes
1answer
174 views
nullpointerexception while parsing wsdl using wsdl4j for listing of operations, input/output parameters
The code is working for a wsdl with only single operation but for wsdl with multiple operation tags, it is giving a nullpointer exception.
Exception in thread "main" ...
0
votes
0answers
188 views
Fedex Shipping Labels API not sending Address 2
THE SOAP REQUEST AS SENT
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://fedex.com/ws/ship/v12">
...
0
votes
1answer
105 views
SAXParseException in JAXB during CXF WebService test
I am new to JAXB. I was provided a wsdl file, I used apache-cxf utility wsdl2java to gain a number of java classes, from which I implemented my webservice. But when I start client server test on my ...
1
vote
1answer
179 views
jaxws wsdl parsing issues
I have a WebService which is created using JAX-WS, I've written a JUnit to connect to it in the following manner:
public class LicenseSvcClient {
private static final String WS_URL = ...
0
votes
1answer
384 views
Parse error: syntax error, unexpected 'string' (T_STRING), expecting variable (T_VARIABLE when casting class properties [closed]
LocalSoapClient.php
<?php
class LocalSoapClient {
private string $clientPath;
private SoapClient $soapClient;
public CtSourceInfo $sourceInfo;
public function ...
-2
votes
1answer
29 views
What is the meaning of tagging in web services?
I know and I have worked on tagging in blog posts..etc I just saw a paper which says how to automate tagging in web services. But what do you exactly mean by tagging in case of web services?
0
votes
0answers
142 views
org.apache.axis2.AxisFault: unknown on connecting to web service from client
I am running into 'org.apache.axis2.AxisFault: unknown' exceptions when connecting to a web service from client stub. This is an axis 2 web service. Client and server side stubs were generated by ...
0
votes
2answers
90 views
how to use this URL to sync time android
i have a url given to me to used for syncing the server time to my application,
Question is how to do that? anyone can explain to me what to do here thank i really appreciate it.
here's the URL = ...





