aspose file tools
The moose likes Web Services and the fly likes Client deployed on server replaces soap parameters Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Client deployed on server replaces soap parameters" Watch "Client deployed on server replaces soap parameters" New topic
Author

Client deployed on server replaces soap parameters

Vlad Golodov
Ranch Hand

Joined: Jul 05, 2004
Posts: 50
Hi

I generated a Web Service client which doesn't need to be deployed on server to work. When I put all the generated classes to another project, which runs on server, all the request parameters are replaced by arg0, arg1 etc. Web service replies:
Requested element arg0 is not allowed in this position in the sequence. The next element should be {http://xxxProject/wantedPerson}searchString

Does anybody have any ideas what could be wrong?

Thanks in advance


SCJP, SCJWSD prepairing<br /><a href="http://www.vladgolodov.com" target="_blank" rel="nofollow">http://www.vladgolodov.com</a>
 
I agree. Here's the link: http://jrebel.com/download
 
subject: Client deployed on server replaces soap parameters
 
Similar Threads
How to change the name of the binding element in wsdl file ?
Attachments prob using Axis
WebService Client call receives WstxUnexpectedCharException
How to change the name of the binding element in wsdl file ?
WSDL confusion