Guys,
Here is an odd thing I run into.
I got a wsdl file from somebody; so naturally I would use Axis and run the WSDL2Java command to get the Java code. The kick is that.
When I looked into the wsdl's xsd, it said the elementFormDefault is "qualified". However, the SOAP request I generated does not have the proper namespace in the element. For example.
<lib:bookname>happy day</lib:bookname> vs <bookname>happy day</bookname>
What could be the cause ? Axis version or some other "switch" I am supposed to turn on ? I don't know too much about xsd; so if I misunderstand something here, please let me know.
thanks
ray
Here is an odd thing I run into.
I got a wsdl file from somebody; so naturally I would use Axis and run the WSDL2Java command to get the Java code. The kick is that.
When I looked into the wsdl's xsd, it said the elementFormDefault is "qualified". However, the SOAP request I generated does not have the proper namespace in the element. For example.
<lib:bookname>happy day</lib:bookname> vs <bookname>happy day</bookname>
What could be the cause ? Axis version or some other "switch" I am supposed to turn on ? I don't know too much about xsd; so if I misunderstand something here, please let me know.
thanks
ray