I have installed Jira in my local machine and i got the wasdl file like
http://localhost:8080/rpc/soap/jirasoapservice-v2?wsdl, i am able to access this in my local machine, but
when i am trying to access this from another IP it was saying the error like below
SoapFault: SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost:8080/rpc/soap/jirasoapservice-v2?wsdl' :
even i tried with my ip address in place of localhost, it was not taking same error. can you help me out in this..
Regards
Mohan Kiran
Im not clear what you're doing with the WSDL. Have you consdiered using the pre-build client JAR?
Its a pre-built client JAR, so you can leap past this WSDL stuff and get on with what you're actually trying to do?
Hi Brook, I have installed JIRA in one machine.for ex : (http://aa.aa.aaa.aa:8080 )
So my soap service url will be http://aa.aa.aaa.aa:8080/rpc/soap/jirasoapservice-v2?wsdl this.
And i am trying to create an issue by accessing this soap client url from another Ip machine
ex : (http://bb.bb.bb.bb). So am geeting error like
SoapFault: SOAP-ERROR: Parsing WSDL: Couldn't load from http://aa.aa.aaa.aa:8080/rpc/soap/jirasoapservice-v2?wsdl :
Note : I have not installed JIRA in machine (http://bb.bb.bb.bb). JIRA was installed in (http://aa.aa.aaa.aa:8080 ),
Are you clear now?
Regards
Mohan Kiran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I understand, but my comments hold. You are building your own SOAP wrapper, but apparently are not setting the endpoint URL (at all?) and it is just defaulting to the 'localhost' address which wont work.
By referring to a pre built library, I was hoping you could see the examples and leverage that, saving you time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.