Search the web
Sign In
New User? Sign Up
wsdl
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 905 - 936 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
905
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...
snp
snilesperetz
Offline Send Email
Jun 4, 2002
6:02 pm
906
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...
coolerthanmint
Offline Send Email
Jun 6, 2002
8:59 am
908
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...
pachi8
Online Now Send Email
Jun 10, 2002
11:23 pm
909
Hi Prasad, Its probably a problem with your WSDL, if you post it i'll check it out and tell you the problem. Regards Eamonn ... From: pachi8...
Eamonn Fallon
eamonn_fallon
Offline Send Email
Jun 11, 2002
10:30 am
910
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...
venkat_pillay
Offline Send Email
Jun 12, 2002
6:14 pm
911
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...
marionm59
Offline Send Email
Jun 12, 2002
8:45 pm
912
Jakarta ANT contains a "Replace" task that will do what you want. http://jakarta.apache.org/ant/index.html Regards, Iain...
fergussoniw
Offline Send Email
Jun 13, 2002
8:14 am
913
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...
Simon Horrell
simonhorrell
Offline Send Email
Jun 13, 2002
11:39 am
914
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...
geralddsheehan
Offline Send Email
Jun 16, 2002
1:00 am
915
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...
Simon Horrell
simonhorrell
Offline Send Email
Jun 17, 2002
1:52 pm
916
(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 ...
Randy J. Ray
rjray_perl
Online Now Send Email
Jun 18, 2002
5:40 am
917
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...
cruzl
Online Now Send Email
Jun 18, 2002
9:17 pm
918
You're missing a class called "write". I suggest you ask this question on MindElectricTechnology@yahoogroups.com. Anne...
Anne Thomas Manes
annemanes
Offline Send Email
Jun 19, 2002
12:38 am
919
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...
James Pasley
jepasley
Offline Send Email
Jun 19, 2002
4:16 pm
920
very cool James! you can work around the browser requirement by using the W3C XSLT service: ...
Dietrich Ayala
dietrichayala
Online Now Send Email
Jun 20, 2002
4:21 pm
921
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...
geralddsheehan
Offline Send Email
Jun 21, 2002
3:07 pm
923
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...
snp
snilesperetz
Offline Send Email
Jun 21, 2002
6:03 pm
924
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"...
James Pasley
jepasley
Offline Send Email
Jun 24, 2002
9:49 am
925
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@...
Send Email
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 ...
Matt Long
mattlong61
Offline Send Email
Jun 24, 2002
2:11 pm
927
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...
James Pasley
jepasley
Offline Send Email
Jun 24, 2002
3:32 pm
928
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...
Matt Long
mattlong61
Offline Send Email
Jun 24, 2002
4:18 pm
929
Matt, the sample in your mail changes the namespace of the TradePriceRequest element from http://example.com/stockquote.xsd to ...
James Pasley
jepasley
Offline Send Email
Jun 24, 2002
5:02 pm
930
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...
richard.chennault@...
rchennau
Offline Send Email
Jun 24, 2002
5:35 pm
931
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 Crowley
davidcrowley
Offline Send Email
Jun 24, 2002
5:38 pm
932
... 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,...
jyegerlehner
Offline Send Email
Jun 25, 2002
2:01 am
933
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...
nenzo71
Offline Send Email
Jun 25, 2002
11:50 am
934
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...
wsdl_list
Offline Send Email
Jun 25, 2002
8:13 pm
935
... 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...
Rosimildo daSIlva
rosimildo
Offline Send Email
Jun 26, 2002
7:55 pm
936
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...
veermal
Online Now Send Email
Jun 27, 2002
4:15 pm
Messages 905 - 936 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help