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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2023 - 2160 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries   (Group by Topic) Sort by Date ^  
#2023 From: "jhon3585" <jhon3585@...>
Date: Fri Nov 24, 2006 1:53 pm
Subject: Ejercicio XML...Como se hace en WSDL¿¿¿
jhon3585
Offline Offline
Send Email Send Email
 
Artículos Deportivos es una pequeña empresa que empieza haciendo
buzos deportivos. Empiezan fabricando buzos escolares y debido a la
calidad de sus trabajos empiezan a vender sus productos fuera
.
Para empezar sus negocios electrónicos deciden contratarlo a Ud.
para que les prepara un esquema de negocio electrónico

1.- Desean que las órdenes de compras que le hacen sus clientes sean
en formato XML. Para ello asuma que la orden de compras es por tres
productos, defina la estructura de una orden de compras para
Artículos Deportivos y escriba la Orden de Compras en XML (XML).
2.- Desean recibir las OC de compras de sus clientes mediante
mensajes en XML. Defina una estructura de mensajes en XML y escriba
el mensaje que incluya la OC en 1(XML)
3.- Los códigos de las partes 1 y 2 se aplican a los tres productos
seleccionados, sin embargo se requiere tener un Esquema XML que sea
genérico para las ordenes de compras. Escriba un esquema para las
órdenes de compras de Artículos Deportivos.(ESQUEMA XML)
4.- Artículos Deportivos empieza a fabricar productos deportivos
para exportación y tiene que tener una integración con un mayorista
en el extranjero. Para ello tiene que cambiar el sistema de enviar
las órdenes de compras mediante mensajes (Parte 2)
(WSDL)

#2024 From: Tristan Vasquez <tristanzvazquez@...>
Date: Mon Nov 27, 2006 2:04 pm
Subject: The 6 Best Times Of The Day To Trade A Stock
tristanzvazquez
Offline Offline
Send Email Send Email
 

The 6 Best Times Of The Day To Trade A Stock

1. Post-opening buying: Let's say a stock rises 5 percent or more during the opening and there's no news about it. Typically, the stock will fall off after 30 minutes of trading. Why? Market makers may be trying to open the stock at an artificially high price to sell off excess inventory they've acquired the day before. However, if the stock doesn't fall after 30 minutes of trading, it's liable to continue rising for the rest of the day. Tactic: Buy at 1/16 above the day's high after the opening. Set a stop at 1/16 below the day's low.
 
 


Sponsored Link

Degrees for working adults in as fast as 1 year. Bachelors, Masters, Associates. Top schools


Sponsored Link

$420,000 Mortgage for $1,399/month - Think You Pay Too Much For Your Mortgage? Find Out!

#2025 From: Tristan Vasquez <tristanzvazquez@...>
Date: Wed Nov 29, 2006 5:33 am
Subject: 7 Stock Market Tips You Cannot Live Without
tristanzvazquez
Offline Offline
Send Email Send Email
 

7 Stock Market Tips You Cannot Live Without

Every day there are a dozen new HOT stock market tips that guarantee your financial success. Every day there are hundreds if not thousands of people that jump on the bandwagon, and every day, each of those people are disappointed.
When it comes to popular stock market tips, there is no golden ticket to striking it rich. So I'm going to show you how to make your own HOT guidelines that will ensure you stay on the right course-the one that leads to success.
http://www.blogcharm.com/topstocks/53629/7+Stock+Market+Tips+You+Can%26%2339%3Bt+Live+Without.html


Sponsored Link

Mortgage rates near 39yr lows. $420,000 Mortgage for $1,399/mo - Calculate new house payment


Everyone is raving about the all-new Yahoo! Mail beta.

#2030 From: "garcia_garcia_adrian" <garcia_garcia_adrian@...>
Date: Fri Dec 8, 2006 8:16 am
Subject: Create WSDL from Java Program
garcia_garci...
Offline Offline
Send Email Send Email
 
Hi my friends, I'm from México, sorry for my poor English, I'm new in
web service development and I have a little question =) . I would like
to generate a WSDL from a java program, I know that axis do it
automatically, but i would like do this from the java program, i know
than i can do this with JWSDL API, but I have been reading the
documention and I don't understand very well the fragments of code. I
will appreciate that someone tell me where can I find a complet
example with the java code complete, a simple java code than can
generate WSDL automatically using JWSDL. I'm student and I will thank
you very much all your help.

Regards.

Veracruz, Veracruz.  México
http://www.veracruz.com.mx/

#2033 From: "Alper Aykac" <aykacalper@...>
Date: Wed Dec 13, 2006 6:05 pm
Subject: what is the difference ..?
aykacalper1971
Offline Offline
Send Email Send Email
 
Hi,
 
 what is the difference between two following wsdl lines ;
 
1.)  AccountSetParametersResponse is a complex type which includes 2 wsld:parts in second line (accountSetParametersReturn and m_subscriptionIdList... both of which are different types as you can see..)
 <wsdl:message name="accountSetParametersResponse">
  <wsdl:part name="accountSetParametersReturn" type="intf:AccountSetParametersResponse"/>
 </wsdl:message>
 
 2.)
    <wsdl:message name="accountSetParametersResponse">
      <wsdl:part name="accountSetParametersReturn" type="intf:AbmResponse"/>
      <wsdl:part name="m_subscriptionIdList" type="intf:SubscriptionIdList"/>
</wsdl:message>
 
 
 br
Alper

#2034 From: "aykacalper1971" <aykacalper@...>
Date: Wed Dec 13, 2006 6:07 pm
Subject: what is the difference .. ?
aykacalper1971
Offline Offline
Send Email Send Email
 
Hi,

  what is the difference between two following wsdl lines ;

1.)  AccountSetParametersResponse is a complex type which includes 2
wsld:parts in second line (accountSetParametersReturn and
m_subscriptionIdList... both of which are different types as you can
see..)
  <wsdl:message name="accountSetParametersResponse">
   <wsdl:part name="accountSetParametersReturn"
type="intf:AccountSetParametersResponse"/>
  </wsdl:message>

  2.)
     <wsdl:message name="accountSetParametersResponse">
       <wsdl:part name="accountSetParametersReturn"
type="intf:AbmResponse"/>
       <wsdl:part name="m_subscriptionIdList"
type="intf:SubscriptionIdList"/>
</wsdl:message>


  br
Alper

#2035 From: "Anne Thomas Manes" <atmanes@...>
Date: Wed Dec 13, 2006 11:25 pm
Subject: Re: what is the difference ..?
annemanes
Offline Offline
Send Email Send Email
 
Alper,

I don't quite understand your question. A type referenced from a <wsdl:part> definition must reference a type defined in a schema that is defined in the <wsdl:types> section. The type cannot be defined using <wsdl:part> definitions.

In your two examples, the response messages on the wire would look something like this:

1:  <soap:Body>
       <ns1:accountSetParametersResponse xmlns:ns1="[namespace-uri]">
          <accountSetParametersReturn>
               ... (content of type "intf:AccountSetParametersResponse")
          </accountSetParametersReturn>
       </ns1:accountSetParametersResponse xmlns:ns1="[namespace-uri]">
      </soap:Body>

2:  <soap:Body>
       <ns1:accountSetParametersResponse xmlns:ns1="[namespace-uri]">
          <accountSetParametersReturn>
               ... (content of type "intf:AbmResponse")
          </accountSetParametersReturn>
          <m_subscriptionIdList>
               ... (content of type "intf:SubscriptionIdList")
          </m_subscriptionIdList>
       </ns1:accountSetParametersResponse xmlns:ns1="[namespace-uri]">
      </soap:Body>

On 12/13/06, Alper Aykac <aykacalper@...> wrote:

Hi,
 
 what is the difference between two following wsdl lines ;
 
1.)  AccountSetParametersResponse is a complex type which includes 2 wsld:parts in second line (accountSetParametersReturn and m_subscriptionIdList... both of which are different types as you can see..)
 <wsdl:message name="accountSetParametersResponse">
  <wsdl:part name="accountSetParametersReturn" type="intf:AccountSetParametersResponse"/>
 </wsdl:message>
 
 2.)
    <wsdl:message name="accountSetParametersResponse">
      <wsdl:part name="accountSetParametersReturn" type="intf:AbmResponse"/>
      <wsdl:part name="m_subscriptionIdList" type="intf:SubscriptionIdList"/>
</wsdl:message>
 
 
 br
Alper



#2037 From: "kevinkilroy2002" <kevinkilroy2002@...>
Date: Thu Dec 14, 2006 1:52 pm
Subject: WSDL2Java problem
kevinkilroy2002
Offline Offline
Send Email Send Email
 
Hi,

I have a wsdl file that contains a xsd schema. I am trying to use
Axis2 to generate the required stubs for the client.

I am receiving the following error:

Using AXIS2_HOME:   C:\openwave\Axis\axis2-1.1
Using JAVA_HOME:    C:\Program Files\Java\jdk1.5.0_09
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException
: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
         at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
ationEngine.java:224)
         at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
         at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
Caused by: java.lang.RuntimeException:
java.lang.reflect.InvocationTargetExcepti
on
         at
org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(Simp
leDBExtension.java:52)
         at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
ationEngine.java:177)
         ... 2 more
Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
         at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at
org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(Simp
leDBExtension.java:49)
         ... 3 more
Caused by: org.apache.axis2.schema.SchemaCompilationException: The
referenced el
ement '{http://www.csapi.org/osa/schema}TpString' was not found!
         at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.
java:625)
         at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.
java:489)
         at
org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:14
88)
         at
org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler
.java:1450)
         at
org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompi
ler.java:950)
         at
org.apache.axis2.schema.SchemaCompiler.processAnonymousComplexSchemaT
ype(SchemaCompiler.java:883)
         at
org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.j
ava:866)
         at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.
java:527)
         at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.
java:499)
         at
org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:33
6)
         at
org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:24
8)
         at
org.apache.axis2.schema.ExtensionUtility.invoke(ExtensionUtility.java
:72)
         ... 8 more
C:\projects\alltel\docs\wsdl\testWSDL>



I know the WSDL is fine.

If this is not the most appropriate place to post can somebody provide
a location where I may.

Thanks in advance,

Kevin

#2038 From: "Anne Thomas Manes" <atmanes@...>
Date: Fri Dec 15, 2006 1:49 pm
Subject: Re: WSDL2Java problem
annemanes
Offline Offline
Send Email Send Email
 
The error message indicates that there is a problem with your schema:

   element {http://www.csapi.org/osa/schema }TpString is not found

I strongly encourage you to ask Axis/Axis2 questions on the axis-user discussion list (see http://ws.apache.org/axis2/mail-lists.html ). If you believe your schema is valid and that there's a bug in the java2wsdl tool, please file a bug report using JIRA (http://issues.apache.org/jira/browse/AXIS2 ). Please include your WSDL and schema in the bug report.

Anne

On 12/14/06, kevinkilroy2002 <kevinkilroy2002@... > wrote:

Hi,

I have a wsdl file that contains a xsd schema. I am trying to use
Axis2 to generate the required stubs for the client.

I am receiving the following error:

Using AXIS2_HOME: C:\openwave\Axis\axis2-1.1
Using JAVA_HOME: C:\Program Files\Java\jdk1.5.0_09
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException
: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
ationEngine.java:224)
at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32)
at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21)
Caused by: java.lang.RuntimeException:
java.lang.reflect.InvocationTargetExcepti
on
at
org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(Simp
leDBExtension.java:52)
at
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate(CodeGener
ationEngine.java:177)
... 2 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.axis2.wsdl.codegen.extension.SimpleDBExtension.engage(Simp
leDBExtension.java:49)
... 3 more
Caused by: org.apache.axis2.schema.SchemaCompilationException: The
referenced el
ement '{http://www.csapi.org/osa/schema}TpString' was not found!
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.
java:625)
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.
java:489)
at
org.apache.axis2.schema.SchemaCompiler.process(SchemaCompiler.java:14
88)
at
org.apache.axis2.schema.SchemaCompiler.processParticle(SchemaCompiler
.java:1450)
at
org.apache.axis2.schema.SchemaCompiler.processComplexType(SchemaCompi
ler.java:950)
at
org.apache.axis2.schema.SchemaCompiler.processAnonymousComplexSchemaT
ype(SchemaCompiler.java:883)
at
org.apache.axis2.schema.SchemaCompiler.processSchema(SchemaCompiler.j
ava:866)
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.
java:527)
at
org.apache.axis2.schema.SchemaCompiler.processElement(SchemaCompiler.
java:499)
at
org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:33
6)
at
org.apache.axis2.schema.SchemaCompiler.compile(SchemaCompiler.java:24
8)
at
org.apache.axis2.schema.ExtensionUtility.invoke(ExtensionUtility.java
:72)
... 8 more
C:\projects\alltel\docs\wsdl\testWSDL>

I know the WSDL is fine.

If this is not the most appropriate place to post can somebody provide
a location where I may.

Thanks in advance,

Kevin



#2040 From: Qaisar Rafiq <qaisarafiq@...>
Date: Sun Dec 17, 2006 3:16 pm
Subject: TCP/IP Tutorials and Resources
qaisarafiq
Offline Offline
Send Email Send Email
 
hi

Here is Broad overview of the Internet and TCP/IP, with an emphasis on history, terms, and concepts. Resources include articles, faqs, guides and some nice tutorials .............  check it here

http://www.programming.find-globally.com/tcp.php







__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


#2041 From: Dorg Emano <dorgemano@...>
Date: Mon Dec 18, 2006 12:41 am
Subject: Newton’s Laws of Stock Market Trading
dorgemano
Offline Offline
Send Email Send Email
 

Newton’s Laws of Stock Market Trading

Read the oldest stock market wisdom from the world renowned physicist.

This revelation had me surprised too. I was idly flipping through my old physics textbooks yesterday when it suddenly struck me. I was amazed to realize that Sir Issac Newton’s laws of physics points to so many profound and important rules in the stock markets today.

So, here we are… the physics of the stock markets.
 
 

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


#2043 From: Qaisar Rafiq <qaisarafiq@...>
Date: Tue Dec 19, 2006 6:33 pm
Subject: || SMTP Tutorials and Resources ||
qaisarafiq
Offline Offline
Send Email Send Email
 
hi

here you can find one of the best known

SMTP Tutorials and Resources sites

 all at one place ...

http://www.programming.find-globally.com/smtp.php











__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


#2045 From: "roseno13333" <roseno13333@...>
Date: Thu Dec 21, 2006 2:21 am
Subject: Tall+ sexy+single+seperated+divoiced= date!
roseno13333
Offline Offline
Send Email Send Email
 
I found a place for meeting Tall Women and Tall Men to interact with each other.

I thought it would be very difficult to Find and meet a nice tall guy!. But things are not the same. People are much more serious towards relationship. Before I date with the guy, he sent me up to 20 emails.I also have met and chat with some hot sexy girls . We have shared our dating experiences with each other. I hope all you guys take a look at their profiles, but be careful, otherwise you will find you will fall in love with one of them, or all of them (lol..........), You can start here: http://toptallsexy.bravehost.com




#2046 From: priya sony <priya_interview@...>
Date: Thu Dec 21, 2006 4:48 am
Subject: Learn TCP/IP in Just 24 Hours - How to communicate between two computers?
priya_interview
Offline Offline
Send Email Send Email
 
Dear All,
Academic Tutorials.com is world's largest FREE Online Learning website for different technologies. You can find a full range of online tutorials - from HTML, DHTML, XML, XSL, XHTML, VB, ASP, Javascript to SVG, FLASH, TCP, PHP, ASP.Net etc. If you are looking for learning any new technology and adding value to yourself, your first destination is www.AcademicTutorials.com.
The best part is you can learn almost every new computer technology, with just a few hours of efforts in a very interesting fashion & that too TOTALLY FREE OF COST.

Academic Tutorials.com - World's Largest Collection of FREE Online Learning over Internet
Learn TCP/IP in Just 24 Hours - How to communicate between two computers? from Academic Tutorials.com

Learn TCP/IP in Just 24 Hours - How to communicate between two computers?
Transmission Control Protocol/Internet Protocol A protocol for communication between computers, used as a standard for transmitting data over networks and as the basis for standard Internet protocols.
TCP and IP were developed by a Department of Defense (DOD) research project to connect a number different networks designed by different vendors into a network of networks (the "Internet").
HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
Xforms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net Tutorial
XML Web Services Tutorial
ASP.Net Tutorial
Multimedia
SVG Tutorial
Flash Tutorial
Web Building
Web Browsers Tutorial
Web Hosting


Remember - The moment you want to learn a new technology, do not spend tons of money & months of time in some training institute, learn the same, totally free of cost at www.academictutorials.com.

Team Academic Tutorials


Send instant messages to your online friends http://uk.messenger.yahoo.com


#2073 From: Jason Viers <lists@...>
Date: Thu Jan 11, 2007 10:43 pm
Subject: w3c WSDL stock quote example question.
bean8107
Offline Offline
Send Email Send Email
 
Looking at the w3c's first WSDL document example
(http://www.w3.org/TR/wsdl#_example1), I noticed something:

<?xml version="1.0"?>
<definitions name="StockQuote" ...

    <binding name="StockQuoteSoapBinding" type="tns:StockQuotePortType">
     ...
    </binding>

    <service name="StockQuoteService">
        <documentation>My first service</documentation>
        <port name="StockQuotePort" binding="tns:StockQuoteBinding">
         ...
        </port>
    </service>

</definitions>


Shouldn't the port's binding attribute (StockQuoteBinding) and the name
of the binding (StockQuoteSoapBinding) match up?  I doubt such a simple
mistake would go unnoticed in a w3c doc, is there something I'm not
getting?

Bean

#2074 From: "Anne Thomas Manes" <atmanes@...>
Date: Fri Jan 12, 2007 12:46 am
Subject: Re: w3c WSDL stock quote example question.
annemanes
Offline Offline
Send Email Send Email
 
Yes they should -- It's a known bug in the spec. (actually, there are quite a few errors, discrepancies, and ambiguities in the spec)

(The WSDL spec is a "W3C Note", which means it is verbatim what the vendors submitted to W3C, so it isn't W3C's fault that the spec has errors. The vendors never revised the WSDL 1.1 specification, therefore it stands as is. You should consult the WS-I Basic Profile to resolve any questions you have about the spec.)

Anne

On 1/11/07, Jason Viers <lists@...> wrote:

Looking at the w3c's first WSDL document example
(http://www.w3.org/TR/wsdl#_example1), I noticed something:

<?xml version="1.0"?>
<definitions name="StockQuote" ...

<binding name="StockQuoteSoapBinding" type="tns:StockQuotePortType">
...
</binding>

<service name="StockQuoteService">
<documentation>My first service</documentation>
<port name="StockQuotePort" binding="tns:StockQuoteBinding">
...
</port>
</service>

</definitions>

Shouldn't the port's binding attribute (StockQuoteBinding) and the name
of the binding (StockQuoteSoapBinding) match up? I doubt such a simple
mistake would go unnoticed in a w3c doc, is there something I'm not
getting?

Bean



#2075 From: Jason Viers <lists@...>
Date: Fri Jan 12, 2007 4:10 pm
Subject: Re: w3c WSDL stock quote example question.
bean8107
Offline Offline
Send Email Send Email
 
Anne Thomas Manes wrote:
  > Yes they should -- It's a known bug in the spec. (actually, there are
quite a few
  > errors, discrepancies, and ambiguities in the spec)

  > (The WSDL spec is a "W3C Note", which means it is verbatim what the
vendors
  > submitted to W3C, so it isn't W3C's fault that the spec has errors.
The vendors
  > never revised the WSDL 1.1 specification, therefore it stands as is.
You should
  > consult the WS-I Basic Profile to resolve any questions you have
about the spec.)

That makes sense, thanks for the explanation!
Jason

(So there ARE people on this list besides spammers!)

#2120 From: "Sonu" <driedgraps@...>
Date: Fri Feb 16, 2007 9:27 pm
Subject: WSDL Tutorial
driedgraps
Offline Offline
Send Email Send Email
 
Hi!

Just wanted to share that there is one good tutorial on WSDL if you
are interested.

http://www.tutorialspoint.com/wsdl

Regards
Mohtashim

#2147 From: "jerry.mcnealy" <jerry.mcnealy@...>
Date: Fri Aug 31, 2007 10:28 am
Subject: Interesting article on SOA Reusability: Shrinking the Lag between Business & IT
jerry.mcnealy
Offline Offline
Send Email Send Email
 
There is an interesting article on java.net about SOA reusability,
Shrinking the Lag between Business and IT:

http://today.java.net/pub/a/today/2007/07/24/soa-reusability-shrinking-lag-time.\
html

Blessings from business owners are important in all SOA
implementations. This article articulates the vision of reusability
with a different spin around the business users, the ultimate end
users of SOA.

This article nicely describes how business-process modeling tools and
SOA enables business analysts to directly reconfigure systems built on
SOA with near-zero involvement of the IT staff. IMHO, every SOA
architecture team should put this into their SOA vision and mission
statement, and also include it in their pitch to muster the necessary
support from business users.

- Jerry

#2149 From: "cinthia.menon" <cinthia.menon@...>
Date: Mon Dec 24, 2007 5:18 pm
Subject: doubt on wsdl2java
cinthia.menon
Offline Offline
Send Email Send Email
 
Hi all,

I need some help w.r.t web services in java. I have a wsdl file and i
need to send and receive calls to this wsdl url or file through java
program. This url needs authentication (user name and pwd). So for
this, i have used the wsdl2java tool(by downloading xerces,axis and
installing tomcat) to convert the wsdl into java classes and i wrote a
small client program to call this java classes. I am having a problem
now. The client program compiles succesfully but the when i run it, it
gives a "missing authentication header" exception. Actually from the
wsdl file i have, there is a class called AuthenticationHeader.java
also generated. I called setUsername and setPassword methods available
on this class to set the username and password for the wsdl url but
this does not help. I don't understand if this is the right way to do
it. The complete exception details are:



Exception in thread "main" AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: Missing authentication header.
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:Missing authentication
header.
at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder
.java:222)
at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.
java:129)
at
org.apache.axis.encoding.DeserializationContext.endElement(Deserializ
ationContext.java:1087)
at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source
)
at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknow
n Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Sour
ce)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at
org.apache.axis.encoding.DeserializationContext.parse(Deserialization
Context.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnders
tandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
new5.wsdl.VMware_x0020_Lab_x0020_Manager_x0020_SOAP_x0020_interface
Soap_BindingStub.getTemplateByName
(VMware_x0020_Lab_x0020_Manager_x0020_SOAP_x
0020_interfaceSoap_BindingStub.java:2132)
at Client.main(Client.java:57)

{http://xml.apache.org/axis/}hostname:supraja-win

Missing authentication header.
at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder
.java:222)
at
org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.
java:129)
at
org.apache.axis.encoding.DeserializationContext.endElement(Deserializ
ationContext.java:1087)
at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source
)
at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknow
n Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
Source)
at
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Sour
ce)
at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
at
org.apache.axis.encoding.DeserializationContext.parse(Deserialization
Context.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at
org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnders
tandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
new5.wsdl.VMware_x0020_Lab_x0020_Manager_x0020_SOAP_x0020_interface
Soap_BindingStub.getTemplateByName
(VMware_x0020_Lab_x0020_Manager_x0020_SOAP_x
0020_interfaceSoap_BindingStub.java:2132)
at Client.main(Client.java:57)


Any help would be really appreciated regardng this. Many thanks in
advance

#2150 From: "Anne Thomas Manes" <atmanes@...>
Date: Tue Dec 25, 2007 12:46 pm
Subject: Re: doubt on wsdl2java
annemanes
Offline Offline
Send Email Send Email
 
I suggest you ask your question on the axis-user discussion list.
Please also attach your WSDL to your question.

My guess is that you need to specify your user name and password in a
SOAP header rather than in the HTTP header, but I can't tell without
seeing the WSDL.

Anne

On Dec 24, 2007 12:18 PM, cinthia.menon <cinthia.menon@...> wrote:
>
>
>
>
>
>
> Hi all,
>
>  I need some help w.r.t web services in java. I have a wsdl file and i
>  need to send and receive calls to this wsdl url or file through java
>  program. This url needs authentication (user name and pwd). So for
>  this, i have used the wsdl2java tool(by downloading xerces,axis and
>  installing tomcat) to convert the wsdl into java classes and i wrote a
>  small client program to call this java classes. I am having a problem
>  now. The client program compiles succesfully but the when i run it, it
>  gives a "missing authentication header" exception. Actually from the
>  wsdl file i have, there is a class called AuthenticationHeader.java
>  also generated. I called setUsername and setPassword methods available
>  on this class to set the username and password for the wsdl url but
>  this does not help. I don't understand if this is the right way to do
>  it. The complete exception details are:
>
>  Exception in thread "main" AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
>  faultSubcode:
>  faultString: Missing authentication header.
>  faultActor:
>  faultNode:
>  faultDetail:
>  {http://xml.apache.org/axis/}stackTrace:Missing authentication
>  header.
>  at
>  org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder
>  .java:222)
>  at
>  org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.
>  java:129)
>  at
>  org.apache.axis.encoding.DeserializationContext.endElement(Deserializ
>  ationContext.java:1087)
>  at
>  org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source
>  )
>  at
>  org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknow
>  n Source)
>  at
>  org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
>  Dispatcher.dispatch(Unknown Source)
>  at
>  org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
>  known Source)
>  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
>  Source)
>  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
>  Source)
>  at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>  at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
>  Source)
>  at
>  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Sour
>  ce)
>  at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
>  at
>  org.apache.axis.encoding.DeserializationContext.parse(Deserialization
>  Context.java:227)
>  at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
>  at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
>  at
>  org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnders
>  tandChecker.java:62)
>  at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
>  at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
>  at org.apache.axis.client.Call.invoke(Call.java:2767)
>  at org.apache.axis.client.Call.invoke(Call.java:2443)
>  at org.apache.axis.client.Call.invoke(Call.java:2366)
>  at org.apache.axis.client.Call.invoke(Call.java:1812)
>  at
>  new5.wsdl.VMware_x0020_Lab_x0020_Manager_x0020_SOAP_x0020_interface
>  Soap_BindingStub.getTemplateByName
>  (VMware_x0020_Lab_x0020_Manager_x0020_SOAP_x
>  0020_interfaceSoap_BindingStub.java:2132)
>  at Client.main(Client.java:57)
>
>  {http://xml.apache.org/axis/}hostname:supraja-win
>
>  Missing authentication header.
>  at
>  org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder
>  .java:222)
>  at
>  org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.
>  java:129)
>  at
>  org.apache.axis.encoding.DeserializationContext.endElement(Deserializ
>  ationContext.java:1087)
>  at
>  org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source
>  )
>  at
>  org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknow
>  n Source)
>  at
>  org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
>  Dispatcher.dispatch(Unknown Source)
>  at
>  org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
>  known Source)
>  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
>  Source)
>  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
>  Source)
>  at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
>  at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
>  Source)
>  at
>  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Sour
>  ce)
>  at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
>  at
>  org.apache.axis.encoding.DeserializationContext.parse(Deserialization
>  Context.java:227)
>  at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
>  at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
>  at
>  org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnders
>  tandChecker.java:62)
>  at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
>  at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
>  at org.apache.axis.client.Call.invoke(Call.java:2767)
>  at org.apache.axis.client.Call.invoke(Call.java:2443)
>  at org.apache.axis.client.Call.invoke(Call.java:2366)
>  at org.apache.axis.client.Call.invoke(Call.java:1812)
>  at
>  new5.wsdl.VMware_x0020_Lab_x0020_Manager_x0020_SOAP_x0020_interface
>  Soap_BindingStub.getTemplateByName
>  (VMware_x0020_Lab_x0020_Manager_x0020_SOAP_x
>  0020_interfaceSoap_BindingStub.java:2132)
>  at Client.main(Client.java:57)
>
>  Any help would be really appreciated regardng this. Many thanks in
>  advance
>
>

#2151 From: "wsdl_list" <venkat_pillay@...>
Date: Thu Jan 3, 2008 6:51 pm
Subject: WSDL 2.0
wsdl_list
Online Now Online Now
Send Email Send Email
 
What is the general opinion people have about WSDL 2.0? Are the tools
and utility by main vendords around WSDL upgraded yet? I am curious to
know adoption of WSDL 2.0 by the SOA community.

Thanks for any feed back.
Regards,
Venkat

#2152 From: "Anne Thomas Manes" <atmanes@...>
Date: Fri Jan 4, 2008 12:59 pm
Subject: Re: WSDL 2.0
annemanes
Offline Offline
Send Email Send Email
 
No mainstream support yet. Apache Woden (http://ws.apache.org/woden/)
is a WSDL 2.0 parser. Axis2 and Synapse support WSDL 2.0 via Woden, as
do the WSO2 products based on these projects. Given that Woden is led
by folks from IBM, I expect that IBM will add the Woden code based to
WebSphere at some point down the road. Sun has said that it intends to
add support for WSDL 2.0, but probably not until the next version of
JAX-WS is defined. Microsoft has been mum about its plans to support
WSDL 2.0.

Anne

On Jan 3, 2008 1:51 PM, wsdl_list <venkat_pillay@...> wrote:
>
>
>
>
>
>
> What is the general opinion people have about WSDL 2.0? Are the tools
>  and utility by main vendords around WSDL upgraded yet? I am curious to
>  know adoption of WSDL 2.0 by the SOA community.
>
>  Thanks for any feed back.
>  Regards,
>  Venkat
>
>

#2153 From: Daniel Gorodowienko <dg@...>
Date: Mon Jun 23, 2008 2:25 pm
Subject: Good parser of WSDL and schema files to ANSI-C language/structures.
danielgorodo...
Offline Offline
Send Email Send Email
 
Hello WSDL group members,

I need good tool to prepare web-service on the base of ready WSDL and
schema files. Service is called SIRI.
I have tried gSOAP and Axis2/C projects. None of them fulfill my
requirements. gSOAP does not correctly convert complex types into C
structures (especially subsequences) and Axis2/C throws exceptions
without any further explanation.

If there are no better tools (read: more experienced) then maybe
something to another language?

I try to use JAXB, but it is final solution if other fail.

Best regards,
      Daniel Gorodowienko

#2154 From: "James McGovern" <james@...>
Date: Wed Aug 27, 2008 2:22 am
Subject: James McGovern has invited you to join Kiva!
jm04469
Offline Offline
Send Email Send Email
 
Hello!

I wanted to let you know about Kiva (www.kiva.org), a non-profit that allows you
to lend as little as $25 to a specific low-income entrepreneur in the developing
world.

You choose who to lend to - whether a baker in Afghanistan, a goat herder in
Uganda, a farmer in Peru, a restaurateur in Cambodia, or a tailor in Iraq - and
as they repay their loan, you get your money back.  It’s a powerful and
sustainable way to empower someone right now to lift themselves out of poverty.

Check it out!
https://www.kiva.org/app.php?page=register&_isc=2508213c-c52f-102b-ac3c-ecd46065\
da15

#2155 From: "kellyclauson" <kellyclauson@...>
Date: Fri Sep 26, 2008 8:15 pm
Subject: What is wrong with this simple wsdl??
kellyclauson
Offline Offline
Send Email Send Email
 
I have a very simple wsdl (below) that I expect to load using SoapUI
and get a proper request. But the request generated by SoapUI does
not contain an element for the one and only method defined in the
wsdl. Something is obviously wrong in the wsdl but I don't know what
it is.

Any help is greatly appreciated!

The generated SoapUI request:

<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header/>
    <soapenv:Body>
       <aValue>?</aValue>
    </soapenv:Body>
</soapenv:Envelope>

Notice it does not nest the <aValue> element inside the operation.
In fact there is no element corresponding to the operation. Why?

The wsdl:

<?xml version="1.0" encoding="UTF-8" ?>
<definitions
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://hello.ws.admin.ccr.com/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    targetNamespace="http://hello.ws.admin.ccr.com/"
name="HelloService">

    <message name="addTwoRequest">
       <part name="aValue" type="xsd:string" />
    </message>
    <message name="addTwoResponse">
       <part name="result" type="xsd:string" />
    </message>

    <portType name="Hello">
       <operation name="addTwo">
          <input message="tns:addTwoRequest" />
          <output message="tns:addTwoResponse" />
       </operation>
    </portType>

    <binding name="HelloPortBinding" type="tns:Hello">
       <soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
       <operation name="addTwo">
          <soap:operation soapAction="" />
          <input>
             <soap:body use="literal" />
          </input>
          <output>
             <soap:body use="literal" />
          </output>
       </operation>
    </binding>

    <service name="HelloService">
       <port name="HelloPort" binding="tns:HelloPortBinding">
          <soap:address
location="http://localhost:8080/simplews/hello" />
       </port>
    </service>

</definitions>

#2156 From: Jason Viers <lists@...>
Date: Fri Sep 26, 2008 8:36 pm
Subject: Re: What is wrong with this simple wsdl??
bean8107
Offline Offline
Send Email Send Email
 
kellyclauson wrote:

> > Notice it does not nest the <aValue> element inside the operation.
> > In fact there is no element corresponding to the operation. Why?
>


The short answer is "because you told it not to."  :)

<soap:binding transport="http://schemas.xmlsoap.org/soap/http
<http://schemas.xmlsoap.org/soap/http>" style="document" />
The <soap:body use="literal" />

The document/literal style means use the message exactly as you define
it.  If you want it to be automatically wrapped in
mymethod/mymethodResponse elements, you'll probably want RPC/literal, or
RPC/encoded.  This page explains the differences in more detail:

http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/

Jason

#2157 From: "kellyclauson" <kellyclauson@...>
Date: Fri Sep 26, 2008 9:00 pm
Subject: Re: What is wrong with this simple wsdl??
kellyclauson
Offline Offline
Send Email Send Email
 
Jason - Thank you so much!


--- In wsdl@yahoogroups.com, Jason Viers <lists@...> wrote:
>
> kellyclauson wrote:
>
> > > Notice it does not nest the <aValue> element inside the
operation.
> > > In fact there is no element corresponding to the operation.
Why?
> >
>
>
> The short answer is "because you told it not to."  :)
>
> <soap:binding transport="http://schemas.xmlsoap.org/soap/http
> <http://schemas.xmlsoap.org/soap/http>" style="document" />
> The <soap:body use="literal" />
>
> The document/literal style means use the message exactly as you
define
> it.  If you want it to be automatically wrapped in
> mymethod/mymethodResponse elements, you'll probably want
RPC/literal, or
> RPC/encoded.  This page explains the differences in more detail:
>
> http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/
>
> Jason
>

#2158 From: Daniel Gorodowienko <dg@...>
Date: Wed Oct 29, 2008 8:43 am
Subject: Is WSDL document mandatory when connect to web service with JAX-WS?
danielgorodo...
Offline Offline
Send Email Send Email
 
Dear group,

      I encountered such situation:

      I have created application on basis of JAX-WS that is a web
service, but acts also as client to other web services. And I did not
find a way to connect to those other web services if they do not include
WSDL file (for example: address_of_web_service?wsdl).

      Maybe there is at least way to set WSDL file separately to web
service Internet address I want to connect to? Can I force my
application to use local WSDL and send to Internet server?

      But the best solution would be to not set WSDL location, but only
send previously created objects (classes are prepared by JAX-WS/JAX-B)
to given web service address.

      Can it be done with JAX-WS? If not, can I use JAX-B created classes
to send them some other way?

Best regards,
      Daniel Gorodowienko, LPT IT

#2160 From: "durga_k_a" <durga.kotikalapudi@...>
Date: Thu Apr 16, 2009 7:55 pm
Subject: Experienced Web Services development Employee Opportunity in North Jersey
durga_k_a
Offline Offline
Send Email Send Email
 
A dynamic young firm that has developed a state-of-art solution in enterprise
communication applications is expanding its organization. With a growing
business they are now seeking an experienced Web services developer with the
following skills.
If you wish to be a part of this exciting team involved in cutting edge
technology, please get in touch. Our long relationship with this client allows
us to bring your expertise to the direct attention of their CTO.

• Work experience designing & developing Web-Services; Java/C++ programming a
must
• Experience with Apache, Javascript/AJAX/HTML/Applets, XML/XSD, WSDL, PHP,
Linux, MySQL  required
• Computer Science degree and 5+ years work experience
• Work background with communication applications is a plus

Please send a Word resume when you contact me! No work authorization (visa)
support can be provided.

Thanks,
Durga Kotikalapudi
Recruiter, CMI
durga.kotikalapudi@...

Messages 2023 - 2160 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