Hi ,
I have a java web services (message style web service whichreturns document object) on axis and im trying to access it fromvb.net client. It is returning nothing/null. Please help me tofix this problem. We monitored the SOAP request and responsethey look ok.
Web service code
================================================== ======
public class MessageServiceDoc {
* Service method, which simply echoes back any XML itreceives.
public Document echoDocument(Document doc)
{
// Printing an element from the recieved XML document
System.out.println("PriMod = " +doc.getElementsByTagName("PriMod").getLength());
return doc;
}
}
==================================
WSDD file looks like this
==========================
<deployment name="test" xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"
xmlns

si="http://www.w3.org/2000/10/XMLSchema-instance">
<service name=" MessageServiceDoc " style="message">
<parameter name="className" value="samples.message.MessageServiceDoc " />
<parameter name="allowedMethods" value="echoDocument" />
</service>
</deployment>
WSDL file looks like this
=======================================
<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitionstargetNamespace="http://gdcwf215:8080/axis/services/MessageServiceDoc" xmlns="http://schemas.xmlsoap.org/wsdl/"xmlns:apachesoap="http://xml.apache.org/xml-soap"xmlns:impl="http://gdcwf215:8080/axis/services/MessageServiceDoc"xmlns:intf="http://gdcwf215:8080/axis/services/MessageServiceDoc" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"xmlns:tns1="http://message.samples"xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"xmlns

sd="http://www.w3.org/2001/XMLSchema">
- <wsdl:types>
- <schema targetNamespace="http://message.samples"xmlns="http://www.w3.org/2001/XMLSchema">
<element name="echoDocument" type="xsd:anyType" />
</schema>
- <schematargetNamespace="http://gdcwf215:8080/axis/services/MessageServiceDoc" xmlns="http://www.w3.org/2001/XMLSchema">
<element name="echoDocumentReturn" type="xsd:anyType" />
</schema>
</wsdl:types>
- <wsdl:message name="echoDocumentRequest">
<wsdl

art element="tns1:echoDocument" name="part" />
</wsdl:message>
- <wsdl:message name="echoDocumentResponse">
<wsdl

art element="impl:echoDocumentReturn"name="echoDocumen tReturn" />
</wsdl:message>
- <wsdl

ortType name="MessageServiceDoc">
- <wsdl

peration name="echoDocument">
<wsdl:input message="impl:echoDocumentRequest"name="echoDocume ntRequest" />
<wsdl

utput message="impl:echoDocumentResponse"name="echoDocum entResponse" />
</wsdl

peration>
</wsdl

ortType>
- <wsdl:binding name="MessageServiceDocSoapBinding"type="impl:Mess ageServiceDoc">
<wsdlsoap:binding style="document"transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl

peration name="echoDocument">
<wsdlsoap

peration soapAction="" />
- <wsdl:input name="echoDocumentRequest">
<wsdlsoap:body namespace="http://message.samples" use="literal"/>
</wsdl:input>
- <wsdl

utput name="echoDocumentResponse">
<wsdlsoap:bodynamespace="http://gdcwf215:8080/axis/services/MessageServiceDoc"use="literal" />
</wsdl

utput>
</wsdl

peration>
</wsdl:binding>
- <wsdl:service name="MessageServiceDocService">
- <wsdl

ort binding="impl:MessageServiceDocSoapBinding"name="M essageServiceDoc">
<wsdlsoap:addresslocation="http://gdcwf215:8080/axis/services/MessageServiceDoc"/>
</wsdl

ort>
</wsdl:service>
</wsdl:definitions>
==================================
VB.net proxy code is
=============================
Imports System
Imports System.ComponentModel
Imports System.Diagnostics
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Xml.Serialization
'
'This source code was auto-generated by Microsoft.VSDesigner,Version 1.1.4322.2032.
'
Namespace gdcwf215
'<remarks/>
<System.Diagnostics.DebuggerStepThroughAttribute() , _
System.ComponentModel.DesignerCategoryAttribute("c ode"), _
System.Web.Services.WebServiceBindingAttribute(Nam e:="MessageServiceDocSoapBinding",[Namespace]:="http://localhost:8082/axis/services/MessageServiceDoc")> _
Public Class MessageServiceDocService
InheritsSystem.Web.Services.Protocols.SoapHttpClie ntProtocol
'<remarks/>
Public Sub New()
MyBase.New
Me.Url ="http://localhost:8082/axis/services/MessageServiceDoc"
End Sub
'<remarks/>
<System.Web.Services.Protocols.SoapDocumentMethodA ttribute("",Use:=System.Web.Services.Description.S oapBindingUse.Literal,ParameterStyle:=System.Web.S ervices.Protocols.SoapParameterStyle.Bare)> _
Public FunctionechoDocument(<System.Xml.Serialization.Xml Element_u116?tribute("echoDocument", [Namespace]:="http://message.samples")>ByVal echoDocument1 As System.Xml.XmlDocument) As<System.Xml.Serialization.XmlElementAttribute("e choDocumentReturn",[Namespace]:="http://localhost:8082/axis/services/MessageServiceDoc")> Object
Dim results() As Object = Me.Invoke("echoDocument",New Object() {echoDocument1})
Return CType(results(0), Object)
End Function
'<remarks/>
Public Function BeginechoDocument(ByVal echoDocument1 AsObject, ByVal callback As System.AsyncCallback, ByVal asyncStateAs Object) As System.IAsyncResult
Return Me.BeginInvoke("echoDocument", New Object(){echoDocument1}, callback, asyncState)
End Function
'<remarks/>
Public Function EndechoDocument(ByVal asyncResult AsSystem.IAsyncResult) As Object
Dim results() As Object = Me.EndInvoke(asyncResult)
Return CType(results(0), Object)
End Function
End Class
End Namespace
===========================================
Vb.net client code
Dim proxy As New gdcwf215.MessageServiceDocService
Dim xmldoc As New Xml.XmlDocument
Dim xmldoc1 As New Xml.XmlDocument
Try
xmldoc.LoadXml("<ParameterRequest><PriMod><Name>NA ROE</Name><ModelUser>500700656</ModelUser></PriMod></ParameterRequest>")
xmldoc1 = proxy.echoDocument(xmldoc)
TextBox2.Text = xmldoc1.InnerXml
Catch ex As Exception
TextBox2.Text = ex.Message
End Try
Thanks in advance
--------------------------------
From: chandra kantha
-----------------------
Posted by a user from .NET 247 (
http://www.dotnet247.com/)
<Id>34/TsKuuNES7daPsSNFpaw==</Id>