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 860 - 889 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
860
JSR 110 is defining a new Java API for WSDL. (See http://www.jcp.org/jsr/detail/110.jsp). It's not a parser, but this API can be used to read or manipulate a...
Anne Thomas Manes
annemanes
Offline Send Email
Apr 1, 2002
1:49 pm
861
Thanks Anne. I was aware of SCR110. Then I learnt abt wsdl4j and using it now. Thanks for the reply --sp ... myself, ... http://docs.yahoo.com/info/terms/...
sudhirp_in
Offline Send Email
Apr 1, 2002
5:43 pm
862
Dear Friends, The best of Opportunities exists now for the best People in IT. We are Recruitment consultants servicing one of the India's top 10 IT companies. ...
fortefellows
Offline Send Email
Apr 2, 2002
7:59 am
863
Hi All, Can anyone help me configure the DOM Parser (bundled with JAXP) to validate the schema? Thanks Sudhir...
sudhirp_in
Offline Send Email
Apr 3, 2002
2:00 am
864
Hi All, I am given an assignment regarding calling/using a SOAP based web service in Java. I am new to SOAP and want to know from where to start? Any codes...
ammad_java
Offline Send Email
Apr 12, 2002
7:36 am
865
Hi, What exactly do you need? A Soap Client or Server or both. There are many free web services listed on www.xmethods.net , so you can test these from your...
Nauman Laghari
laghari78
Offline Send Email
Apr 12, 2002
8:34 am
866
Did someone use UML (or is it possible/reasonable) to model/specify Web Services (and software specifications)? Does WSDL and UML use fundamentally different...
rupeshcha
Offline Send Email
Apr 15, 2002
6:27 pm
867
check OMG's MDA. There is a presentation mapping Web services architecture into MDA. ( MDA - Model Driven Architecture ). This may have some answers. ...
sateesh narahari
zindagi
Offline Send Email
Apr 15, 2002
7:13 pm
868
Hi Everyone, Does anyone know how can I put an XMLString into SOAP Envelope? The Server expect to get XMLSTring in SOAP Message and I have my XMLString...
Nancy
nienyun
Offline Send Email
Apr 15, 2002
10:39 pm
869
I've been reading up on WSDL and SOAP and I've found some simple stock-quote, address-book examples etc. etc. I'm in need of some real life examples!. I'm used...
arjenve
Offline Send Email
Apr 17, 2002
10:27 am
870
I am using WSDL4J for parsing WSDL files. In some WSDL files, the parameter order of messages is not specified, e.g. the googleapi wsdl. Using WSDL4J I get an...
davidattardwsdec
davidattardw...
Offline Send Email
Apr 17, 2002
11:26 am
871
Taking a better look at the WSDL4J api, there is a method which is bettr than the one I was using, getOrderedParts public java.util.List...
davidattardwsdec
davidattardw...
Offline Send Email
Apr 17, 2002
11:47 am
872
hi all, i created a wsdl file with return type array of string (String[]) on the server using Jbroker WebService(from SilverStream). Then i tested using Java...
eric_sato
Offline Send Email
Apr 19, 2002
7:22 am
873
Please post the whole WSDL. You are using the Microsoft SOAP Toolkit 2.0 SP2, right? Exactly what error did you get from the SOAP Toolkit? == Mike == ... From:...
Mike Deem
mikeericdeem
Offline Send Email
Apr 19, 2002
4:31 pm
874
Hi all, I am investigating the "doc/lit", and so far, I have been unable to see the differences of the the constructs below: 1. Define one array as a separated...
Rosimildo daSIlva
rosimildo
Offline Send Email
Apr 20, 2002
2:16 pm
875
Is it possible to use the bindings defined in the WSDL spec to describe operations that are invoked through HTTP GET or POST, but return a SOAP message? The...
barryf999
Offline Send Email
Apr 22, 2002
11:08 pm
876
How to write a client for a service whose WSDL describe operations to be invoked through HTTP GET or POST? I am able to write the clients for the...
sudhirp_in
Offline Send Email
Apr 23, 2002
12:09 am
877
Can anyone tell me how to merge separate interface and implementation WSDL files into a single DOM parser instance? In WSDL4J is seems that you have to have...
marionm59
Offline Send Email
Apr 24, 2002
8:49 pm
878
Hi, You can use WSDL4J for this task. Lets say you have your types, messages and port types in a file called interface.wsdl and another file ...
Eamonn Fallon
eamonn_fallon
Offline Send Email
Apr 25, 2002
10:39 am
879
Can I ask where you got the docs for wsdl4j? I am looking for them Thanks larzgold...
larzgold
Offline Send Email
May 6, 2002
1:31 pm
880
I always get the wsdl4j docs via IBMs web services toolkit. Neil ... __________________________________________________ Do You Yahoo!? Yahoo! Health - your...
Neil Smyth
neilasmyth
Offline Send Email
May 6, 2002
2:16 pm
881
Hi, Anybody knows how to specify the character-sets(Unicode, Octet etc) supported by the web-service in WSDL? This will be required for a web service to which...
lakshmi_mg
Offline Send Email
May 20, 2002
2:21 pm
882
Hi, Please mail me if any WSDL doc should have the following namespaces defined compulsorily: xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...
lakshmi_mg
Offline Send Email
May 20, 2002
2:47 pm
883
Hi All, Now the latest snapshot of wsdl4j in CVS is version 0.8. There are some newer versions: wsdl4j-0_9_for_review wsdl4j-0_9_for_review_b ...
Huayi Cheng
yhchy
Offline Send Email
May 21, 2002
1:46 am
884
Have anyone tried to describe WS-Routing header using WSDL? Or, as a more general question, does standards like WS-Routing, and WS-Security suppose to provide ...
davidyliu
Offline Send Email
May 21, 2002
11:48 pm
885
I am specifically working for standard methodology in model transformation UML to wsdl and reverse engineering I am searching and intrested in modeling UML...
rupeshcha
Offline Send Email
May 22, 2002
3:10 am
886
Hi, hi, I am novive in this area and working on soap appliction between IBM WebSphere as soap-server and .NET soap-client. .NET client requires to establish...
j_saraiya
Offline Send Email
May 22, 2002
11:19 pm
887
Hi, I am also having the same problem, MS-SOAP client is not able to understand ArrayOfString structure from my WSDL. Here is the structure of my wsdl file. ...
j_saraiya
Offline Send Email
May 23, 2002
3:27 pm
888
Does anyone have a UML model of WSDL 1.1 Schema? If you do and can share it, I would really appreciate it. Thanks, in advance... ...
Sadiq, Waqar
waqar_sadiq2001
Offline Send Email
May 23, 2002
3:42 pm
889
Can't help much - there is no schema in the wsdl file you listed. ... From: j_saraiya [mailto:saraiyajay@...] Sent: Thursday, May 23, 2002 8:27 AM To:...
Kirill Gavrylyuk
kirillg@...
Send Email
May 23, 2002
4:12 pm
Messages 860 - 889 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