1
I developed a Webservice in PHP, using the Nusoap library. Webservice is already hosted and working. When I develop a client using PHP, whether using Nusoap or using the native PHP Soap class, I can use Webservice without problems. But when I try to use the webservice in a java client (via wsdl), I get the following error message:
com.sun.xml.internal.Ws.streaming.Xmlstreamreaderexception: XML tag unexpected: expected {}send: {http://schemas.xmlsoap.org/soap/envelope/}send
I’m already racking my brain looking for a solution, but in case anyone can give me any clues, I’d appreciate it.
If I’m not mistaken, the exception has been translated into Portuguese. It is better that it is exactly as shown in the log, as it is easier to find related situations on the Web.
– Luídne
You can consume this webservice using the Soapui? Soapui is made entirely in Java. See if you can. and post the result for us.
– humungs