I am having some trouble with the WSDL spec that I thought someone could help me with. There are no examples in the spec that show specific examples of SOAP...
Hello, I need some clarification on part's element attribute. I want to get all the attribute name and value for extensible element associated in the part...
Hi, I have a wsdl file which imports some xsds from with in. But while parsing the wsdl using WSDLReader, I get this exception that the xsd has content after...
Hello folks, I was wondering how others are handling changes in URL specified in the "service" element of the WSDL. I have to move this WSDL from test to QA...
1)A while back I remember reading some messages on this site that seemed to agree that if a web service has a return value, that value should be represented in...
Or write some simple XSLT to automate the process. Attached, as an example, is one I wrote to replace the location URL in the WSDL generated by the JAXRPC...
Hi, Does anyone see what I am doing wrong with this below? I think it's a namespace problem, but I am unable to get the elements in the body that are defined...
Two potential problems. 1. The schemaLocation attribute should be a [namespaceuri schema-location] pair (in general it is a list of such pairs). 2. The...
(I've recently joined this group mainly for this question, and I've searched the message archives to see if it has been covered before. There was a bit of ...
Greetings. I am trying to use the java2wsdl utility that came with the GLUE PRO package I downloaded. When I try to run it against a URL, I receive the...
If you find that the use of XML syntax makes WSDL files less readable than they could be, just add one line to the start of your WSDL so that it look like...
Hi, I created a WSDL file, and I have specified xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" in the WSDL. When I create a SOAP request, it always...
I'm having trouble figuring out what the SOAP message should look like for the case where the WSDL specifies use="literal" and contains an internal schema...
Samuel, The example in Appendix A is NOT a valid SOAP message for this particular WSDL doc. A valid request would look like this: <?xml version="1.0"...
Are you sure about this? I think the SOAP message you have specifies SOAP-Section-5 encoding. I never saw a specification for this, but I was told that for...
Dave Angulo
dangulo@...
Jun 24, 2002 1:16 pm
926
I think the message below is also Section 5 encoded. However, one could specify 'literal' within the Section 5 encoding namespace ...
You can't infer anything in relation to use="literal" from the encodingStyle. The following text taken from the WSDL recommendation states that it may still be...
Who's talking about changing the namespace? My point is that the message is either literal/encoded/mixed inherently (from the pov of the reader) and not...
All, I have a simple question. We have engaged the services of a leading global solutions provider to develop a web service. Currently development has...
We have been having problems with the attached WSDL. It was initially create by the MS SOAP Toolkit but has since gone under extensive hand editing, so there...
... David- I'm not sure this it, but here's the one thing I notice when I look at it with Omniopera: you specify "RPC/encoded" style SOAP in the bindings,...
Hello, I have created a webservice which returns an System.XML.XMLDocument. It works fine, however the WSDL document which was automatically created by VB.Net...
Hi folks, I have been regularly using SOAP over HTTP and HTTP binding in the WSDL. Now I have a requirement for SOAP over MQ. Does any one know how the WSDL...
... The WSDL is the "contract" for your service. You could potentially document in a very detailed way how to access your service. But, the easier way, is to...
Hi all, I am very new to webservices. Is there any good resource available on wsdl parser and how to make soap calls using java? Actually we are planning to...